<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{non-gerrit}/qt-labs/widgets-ng.git/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/'/>
<entry>
<title>Optimize createDFBSurface</title>
<updated>2009-08-24T17:43:23+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-24T17:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=2487b9d0e183047a26dcbeb87f58b771a8e12348'/>
<id>2487b9d0e183047a26dcbeb87f58b771a8e12348</id>
<content type='text'>
When possible do a single memcpy instead of one per scan-line.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When possible do a single memcpy instead of one per scan-line.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error reporting in DFBScreen</title>
<updated>2009-08-24T17:34:05+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-24T14:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=b46c17bbe424788040c53fe4f58adfee4644ecfe'/>
<id>b46c17bbe424788040c53fe4f58adfee4644ecfe</id>
<content type='text'>
Make it possible to pass a DFBResult* around to get notified of errors
in calling functions.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to pass a DFBResult* around to get notified of errors
in calling functions.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s/hasAlpha/hasAlphaChannel/g</title>
<updated>2009-08-24T14:15:14+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-24T14:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=b232dc9489666cd711c9e6b579b73e5731dca8b5'/>
<id>b232dc9489666cd711c9e6b579b73e5731dca8b5</id>
<content type='text'>
Make it more consistent.

Reviewed-by: TrustMe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it more consistent.

Reviewed-by: TrustMe
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up surface creation code in dfb</title>
<updated>2009-08-21T22:54:19+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-21T21:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=939c2eeb2f5c2c8da7f051205c6f788000676592'/>
<id>939c2eeb2f5c2c8da7f051205c6f788000676592</id>
<content type='text'>
Don't try too hard to temporarily represent an image in a real directfb
surface. It leads to all sorts of rendering issues.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't try too hard to temporarily represent an image in a real directfb
surface. It leads to all sorts of rendering issues.

Reviewed-by: Donald Carr &lt;donald.carr@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support RGB32 in DirectFB again</title>
<updated>2009-08-20T22:54:02+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-20T22:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=d7f8581fff438bb03ca9eae1748704c9ccaa3bd7'/>
<id>d7f8581fff438bb03ca9eae1748704c9ccaa3bd7</id>
<content type='text'>
If I make sure all surfaces that Qt may paint on are ARGB instead of
RGB32 the problem that was solved by
cef63710576571405b4eed7b225e6c895a633d6a is still solved.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If I make sure all surfaces that Qt may paint on are ARGB instead of
RGB32 the problem that was solved by
cef63710576571405b4eed7b225e6c895a633d6a is still solved.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure windows raise properly when focused</title>
<updated>2009-08-18T20:11:06+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-18T19:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=4377c9f6a593359b436f7c8186abac8dad772329'/>
<id>4377c9f6a593359b436f7c8186abac8dad772329</id>
<content type='text'>
We never used to properly raise windows with DirectFB's window
management. Somehow the event happens on a window surface that doesn't
really have a IDirectFBWindow associated with it but using
permanentState I can establish a sibling relationship to ensure raise
gets called on the right window surface.

Reviewed-By: Donald &lt;qt-info@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We never used to properly raise windows with DirectFB's window
management. Somehow the event happens on a window surface that doesn't
really have a IDirectFBWindow associated with it but using
permanentState I can establish a sibling relationship to ensure raise
gets called on the right window surface.

Reviewed-By: Donald &lt;qt-info@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to update pos QDFBCursor::move</title>
<updated>2009-08-18T14:06:57+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-18T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=68b7514840fe29f84af8d418538084ed337bd171'/>
<id>68b7514840fe29f84af8d418538084ed337bd171</id>
<content type='text'>
We don't need to chain to the base class since the QDirectFBScreenCursor
always is rendered by hardware but we should update the pos variable in
case people ask where the cursor is.

Reviewed-by: TrustMe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to chain to the base class since the QDirectFBScreenCursor
always is rendered by hardware but we should update the pos variable in
case people ask where the cursor is.

Reviewed-by: TrustMe
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up DirectFB with WM enabled</title>
<updated>2009-08-17T22:11:00+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-17T20:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=f844d3905e80194be7d56cbb631ae31ef36f29f8'/>
<id>f844d3905e80194be7d56cbb631ae31ef36f29f8</id>
<content type='text'>
When we have proper window manager support from DirectFB we shouldn't
create our own primary surface. This patch vastly cleans up a number of
issues in QDirectFBScreen regarding this.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we have proper window manager support from DirectFB we shouldn't
create our own primary surface. This patch vastly cleans up a number of
issues in QDirectFBScreen regarding this.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up primary surface handling in DFB</title>
<updated>2009-08-17T20:24:41+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>anders.bakken@nokia.com</email>
</author>
<published>2009-08-17T19:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=ab4c3e1c2948c2edf078db4c1992848307b0c78e'/>
<id>ab4c3e1c2948c2edf078db4c1992848307b0c78e</id>
<content type='text'>
To avoid confusion rename QDirectFBScreen::dfbSurface()
primarySurface() since this is what it is.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid confusion rename QDirectFBScreen::dfbSurface()
primarySurface() since this is what it is.

Reviewed-by: Donald &lt;qt-info@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contact URL in license headers.</title>
<updated>2009-08-12T03:21:45+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-08-12T03:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/widgets-ng.git/commit/?id=812b3940012f3c04fb79b8fa8c4ac64ff8051dd4'/>
<id>812b3940012f3c04fb79b8fa8c4ac64ff8051dd4</id>
<content type='text'>
Reviewed-by: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Trust Me
</pre>
</div>
</content>
</entry>
</feed>
